Move generalized variable documentation from misc/cl.texi to lispref
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:42:07 +0000 (15:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:42:07 +0000 (15:42 -0700)
commit69a9abbff4ce257a3dc849ee1e4fd1ca8157680e
tree6207eb1ba14243fb686fc9720f2f2720003d384d
parente7a0afcbdbf99f6f3e6cef7ba71eba5bcc8d2616
Move generalized variable documentation from misc/cl.texi to lispref

* doc/lispref/variables.texi (Generalized Variables): New section,
adapted from misc/cl.texi.

* doc/lispref/elisp.texi (Top): Add Generalized Variables to menu.

* doc/lispref/lists.texi (List Elements, List Variables):
Mention generalized variables.

* doc/misc/cl.texi (Control Structure): Update for setf now being in core.
(Setf Extensions): Rename from Basic Setf.  Move much of the
former content to lispref/variables.texi.
(Modify Macros): Move pop, push details to lispref/variables.texi.
(Customizing Setf): Copyedits for setf etc being in core.
(Modify Macros, Efficiency Concerns, Porting Common Lisp):
Further namespaces updates.
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/lists.texi
doc/lispref/variables.texi
doc/misc/ChangeLog
doc/misc/cl.texi